Produced by Araxis Merge on 2021-05-13 09:09:37 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/pub/media/porto/web/css/header | type20.css | 2018-10-29 23:37:08 +0000 |
| 2 | 2021-05-13 09:09:37 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 299 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | .cms-index-index .page-header.type20 { | |||||
| 2 | position: absolute; | |||||
| 3 | left: 0; | |||||
| 4 | top: 0; | |||||
| 5 | width: 100%; | |||||
| 6 | z-index: 9; | |||||
| 7 | background: transparent; | |||||
| 8 | border: 0; | |||||
| 9 | } | |||||
| 10 | .page-header.type20 { | |||||
| 11 | position: relative; | |||||
| 12 | border-top: none; | |||||
| 13 | background-color: #1e1e1e; | |||||
| 14 | padding-bottom: 10px; | |||||
| 15 | } | |||||
| 16 | .page-header.type20 .logo { | |||||
| 17 | display: block; | |||||
| 18 | margin: 20px 25px 25px 0; | |||||
| 19 | float: left; | |||||
| 20 | } | |||||
| 21 | .page-header.type20 .minicart-wrapper { | |||||
| 22 | margin-left: 13px; | |||||
| 23 | margin-right: 10px; | |||||
| 24 | } | |||||
| 25 | .page-header.type20 .minicart-wrapper .action.showcart:before, | |||||
| 26 | .page-header.type20 .minicart-wrapper .action.showcart.active:before { | |||||
| 27 | content: '\e87f'; | |||||
| 28 | font-size: 23px; | |||||
| 29 | line-height: 26px; | |||||
| 30 | } | |||||
| 31 | .page-header.type20 .minicart-wrapper .action.showcart .counter.qty { | |||||
| 32 | font-size: 10px; | |||||
| 33 | color: #fff; | |||||
| 34 | background-color: #ed5348; | |||||
| 35 | text-align: center; | |||||
| 36 | right: 16px; | |||||
| 37 | margin-top: -16px; | |||||
| 38 | } | |||||
| 39 | @media (min-width: 768px) { | |||||
| 40 | .page-header.type20 { | |||||
| 41 | text-align: center; | |||||
| 42 | } | |||||
| 43 | .page-header.type20 .sw-megamenu.navigation li.level0.fullwidth > .submenu { | |||||
| 44 | margin-left: 0 !important; | |||||
| 45 | } | |||||
| 46 | .page-header.type20 .logo { | |||||
| 47 | float: none; | |||||
| 48 | display: inline-block; | |||||
| 49 | margin: 20px 0; | |||||
| 50 | position: relative; | |||||
| 51 | z-index: 8; | |||||
| 52 | } | |||||
| 53 | .page-header.type20 .sw-megamenu.navigation li.level0.fl-right { | |||||
| 54 | float: none; | |||||
| 55 | } | |||||
| 56 | .page-header.type20 .nav-sections { | |||||
| 57 | display: block; | |||||
| 58 | position: absolute; | |||||
| 59 | left: 0; | |||||
| 60 | top: 50%; | |||||
| 61 | margin-top: -21px; | |||||
| 62 | width: 100%; | |||||
| 63 | z-index: 4; | |||||
| 64 | } | |||||
| 65 | .page-header.type20 .navigation { | |||||
| 66 | text-align: left; | |||||
| 67 | } | |||||
| 68 | .page-header.type20 .navigation > ul { | |||||
| 69 | padding-right: 60%; | |||||
| 70 | } | |||||
| 71 | .page-header.type20.sticky-header .navigation > ul { | |||||
| 72 | padding-right: 90px; | |||||
| 73 | } | |||||
| 74 | header.page-header.sticky-header.type20 .nav-sections { | |||||
| 75 | background-color: #1e1e1e; | |||||
| 76 | } | |||||
| 77 | .page-header.type20 .navigation li.level0 { | |||||
| 78 | color: #fff; | |||||
| 79 | } | |||||
| 80 | .page-header.type20 .navigation li.level0 > .level-top { | |||||
| 81 | font-weight: 500; | |||||
| 82 | } | |||||
| 83 | .page-header.type20 .header.panel { | |||||
| 84 | text-align: right; | |||||
| 85 | position: absolute; | |||||
| 86 | right: 0; | |||||
| 87 | top: 50%; | |||||
| 88 | margin-top: -18px; | |||||
| 89 | z-index: 5; | |||||
| 90 | padding: 0 15px; | |||||
| 91 | } | |||||
| 92 | body .page-header.type20 .header.panel { | |||||
| 93 | max-width: calc(50% - 50px); | |||||
| 94 | } | |||||
| 95 | .page-header.type20 .header.panel .top-panel { | |||||
| 96 | margin: 5px 0; | |||||
| 97 | } | |||||
| 98 | body.layout-fullwidth .page-header.type20 .header.panel .top-panel { | |||||
| 99 | display: inline-block; | |||||
| 100 | vertical-align: middle; | |||||
| 101 | } | |||||
| 102 | .page-header.type20 .top-links-area { | |||||
| 103 | position: relative; | |||||
| 104 | display: inline-block; | |||||
| 105 | } | |||||
| 106 | .page-header.type20 .top-links-icon { | |||||
| 107 | display: inline-block; | |||||
| 108 | vertical-align: middle; | |||||
| 109 | font-size: 11px; | |||||
| 110 | padding: 7px 20px 7px 0; | |||||
| 111 | position: relative; | |||||
| 112 | color: #fff; | |||||
| 113 | text-transform: uppercase; | |||||
| 114 | } | |||||
| 115 | .page-header.type20 .top-links-icon a { | |||||
| 116 | color: #fff; | |||||
| 117 | font-size: 13px; | |||||
| 118 | font-weight: 500; | |||||
| 119 | letter-spacing: 0.025em; | |||||
| 120 | } | |||||
| 121 | .page-header.type20 .top-links-icon a:hover {text-decoration: none;} | |||||
| 122 | .page-header.type20 .top-links-icon:before { | |||||
| 123 | content: "\f807"; | |||||
| 124 | display: block; | |||||
| 125 | position: absolute; | |||||
| 126 | right: 3px; | |||||
| 127 | top: 50%; | |||||
| 128 | font-family: "porto-icons"; | |||||
| 129 | margin-top: -12px; | |||||
| 130 | font-size: 16px; | |||||
| 131 | -webkit-font-smoothing: antialiased; | |||||
| 132 | } | |||||
| 133 | .page-header.type20 .top-links-area > .links { | |||||
| 134 | display: none; | |||||
| 135 | position: absolute; | |||||
| 136 | right: 0; | |||||
| 137 | z-index: 9; | |||||
| 138 | background-color: #fff!important; | |||||
| 139 | border-radius: 3px; | |||||
| 140 | margin: 0; | |||||
| 141 | padding: 5px 0; | |||||
| 142 | text-align: right; | |||||
| 143 | border: 1px solid #ccc; | |||||
| 144 | min-width: 150px; | |||||
| 145 | } | |||||
| 146 | .page-header.type20 .top-links-area .links > li { | |||||
| 147 | display: block; | |||||
| 148 | margin: 0; | |||||
| 149 | text-align: right; | |||||
| 150 | text-transform: uppercase; | |||||
| 151 | line-height: 19px; | |||||
| 152 | ||||||
| 153 | } | |||||
| 154 | .page-header.type20 .top-links-area .links > li > a, | |||||
| 155 | .page-header.type20 .top-links-area .links > li > span { | |||||
| 156 | color: #777 !important; | |||||
| 157 | white-space: nowrap; | |||||
| 158 | padding: 0 10px; | |||||
| 159 | display: block; | |||||
| 160 | transition: all .2s; | |||||
| 161 | font-weight: 400; | |||||
| 162 | font-size: 11px; | |||||
| 163 | } | |||||
| 164 | .page-header.type20 .custom-block { | |||||
| 165 | font-family: 'Poppins'; | |||||
| 166 | font-weight: 400; | |||||
| 167 | display: inline-block; | |||||
| 168 | text-align: left; | |||||
| 169 | font-size: 16px; | |||||
| 170 | height: 33px; | |||||
| 171 | line-height: 1; | |||||
| 172 | border-right: solid 1px rgba(255,255,255,0.3); | |||||
| 173 | padding-right: 30px; | |||||
| 174 | padding-left: 20px; | |||||
| 175 | } | |||||
| 176 | .page-header.type20 .header.panel .search-area { | |||||
| 177 | display: inline-block; | |||||
| 178 | vertical-align: middle; | |||||
| 179 | padding-left: 15px; | |||||
| 180 | margin-top: 2px; | |||||
| 181 | position: relative; | |||||
| 182 | } | |||||
| 183 | .page-header.type20 .header.panel .search-area > a { | |||||
| 184 | color: #fff; | |||||
| 185 | padding-right: 6px; | |||||
| 186 | display: block; | |||||
| 187 | } | |||||
| 188 | .page-header.type20 .header.panel .block-search { | |||||
| 189 | display: none; | |||||
| 190 | position: absolute; | |||||
| 191 | right: -20px; | |||||
| 192 | top: 100%; | |||||
| 193 | margin-top: 20px; | |||||
| 194 | } | |||||
| 195 | .page-header.type20 .header.panel .block-search input { | |||||
| 196 | height: 45px; | |||||
| 197 | border-radius: 25px; | |||||
| 198 | border: 5px solid #ccc; | |||||
| 199 | } | |||||
| 200 | .page-header.type20 .header.panel .block-search .action.search { | |||||
| 201 | right: 5px; | |||||
| 202 | height: 45px; | |||||
| 203 | border-left: 1px solid #ccc; | |||||
| 204 | width: 40px; | |||||
| 205 | } | |||||
| 206 | .page-header.type20 .header.panel .switcher { | |||||
| 207 | float: none; | |||||
| 208 | padding: 5px 10px; | |||||
| 209 | height: 24px; | |||||
| 210 | border-radius: 3px; | |||||
| 211 | color: #fff; | |||||
| 212 | text-transform: uppercase; | |||||
| 213 | text-align: left; | |||||
| 214 | } | |||||
| 215 | .page-header.type20 .header.panel .switcher strong { | |||||
| 216 | font-size: 13px; | |||||
| 217 | font-weight: 500; | |||||
| 218 | letter-spacing: 0.025em; | |||||
| 219 | } | |||||
| 220 | } | |||||
| 221 | @media (min-width: 992px) { | |||||
| 222 | body.layout-fullwidth .page-header.type20 .header.panel .bottom-panel { | |||||
| 223 | display: inline-block; | |||||
| 224 | vertical-align: middle; | |||||
| 225 | margin-left: 10px; | |||||
| 226 | } | |||||
| 227 | } | |||||
| 228 | @media (max-width: 1199px) { | |||||
| 229 | .page-header.type20 .custom-block { | |||||
| 230 | display: none; | |||||
| 231 | } | |||||
| 232 | } | |||||
| 233 | @media (max-width: 991px) { | |||||
| 234 | .page-header.type20 .custom-block { | |||||
| 235 | display: none; | |||||
| 236 | } | |||||
| 237 | } | |||||
| 238 | @media (max-width: 767px) { | |||||
| 239 | .page-header.type20 .logo { | |||||
| 240 | height: 40px; | |||||
| 241 | float: left; | |||||
| 242 | margin: 10px 0; | |||||
| 243 | } | |||||
| 244 | .page-header.type20 .logo img { | |||||
| 245 | height: 40px; | |||||
| 246 | width: auto; | |||||
| 247 | } | |||||
| 248 | .page-header.type20 .header.panel { | |||||
| 249 | position: relative; | |||||
| 250 | } | |||||
| 251 | .page-header.type20 .bottom-panel { | |||||
| 252 | position: absolute; | |||||
| 253 | right: 10px; | |||||
| 254 | top: 10px; | |||||
| 255 | } | |||||
| 256 | .page-header.type20 .minicart-wrapper { | |||||
| 257 | position: relative; | |||||
| 258 | top: auto; | |||||
| 259 | right: auto; | |||||
| 260 | left: auto; | |||||
| 261 | margin: 0; | |||||
| 262 | float: right; | |||||
| 263 | margin-right:-17px; | |||||
| 264 | } | |||||
| 265 | .page-header.type20 .minicart-wrapper .action.showcart:before, | |||||
| 266 | .page-header.type20 .minicart-wrapper .action.showcart.active:before { | |||||
| 267 | font-size: 28px; | |||||
| 268 | line-height: 40px; | |||||
| 269 | } | |||||
| 270 | .page-header.type20 .minicart-wrapper .block-minicart { | |||||
| 271 | right:-7px; | |||||
| 272 | } | |||||
| 273 | .page-header.type20 .minicart-wrapper .action.showcart { | |||||
| 274 | line-height: 40px; | |||||
| 275 | } | |||||
| 276 | .page-header.type20 .search-toggle-icon { | |||||
| 277 | display: none; | |||||
| 278 | } | |||||
| 279 | .page-header.type20 .block-search .label { | |||||
| 280 | float: right; | |||||
| 281 | margin-right: 13px; | |||||
| 282 | margin-top: 17px; | |||||
| 283 | } | |||||
| 284 | .page-header.type20 .nav-toggle { | |||||
| 285 | float: right; | |||||
| 286 | margin-right: 55px; | |||||
| 287 | } | |||||
| 288 | .page-header.type20 .top-links-area, .page-header.type20 .custom-block { | |||||
| 289 | display: none; | |||||
| 290 | } | |||||
| 291 | .page-header.type20 .block-search .label:before { | |||||
| 292 | font-size: 18px; | |||||
| 293 | } | |||||
| 294 | } | |||||
| 295 | .page-header.type20 .search-category select { | |||||
| 296 | border: 0; | |||||
| 297 | border-left: 1px solid #ccc; | |||||
| 298 | border-left-color: rgba(204,204,204,0.5); | |||||
| 299 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.